Open
Conversation
Detail ====== - Tag was calculated in `Compute tag name` step and `Create release` step use that tag, so the second action may fail if new commit created before previous commit's action is not finished. - ref: https://github.com/progit/progit2-ko/actions/runs/3924407747/jobs/6708646550
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
이전 태그값을 구해서 1을 더한 값으로 새 태그값 계산->빌드->앞에서 구한 태그값으로 release로 되어있기 때문에 master 브랜치에 생긴 새 커밋의 액션이 끝나지 않은 상태로 새로운 커밋이 생겨서 CI가 또 돌 경우, 두번째 커밋이 빌드가 성공해도 릴리즈가 실패하는 현상이 있습니다.